home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Tools&Utilities / Linear Reg Pro / Linear Regression Pro / Linear Regression Pro.rsrc / TEXT_129.txt < prev    next >
Text File  |  1996-04-19  |  774b  |  15 lines

  1. Data Format:
  2. Data in a file is best organised such that each row of data is separated by a carriage return. 2 or 3 numbers per line is recommended.
  3.  
  4. eg   4.555e-4     56.6        5 < cr >
  5.        23.4              34         0 < cr >
  6.        etc
  7.  
  8. If the y error number (3rd number) isn't known then don't put anything in.
  9.  
  10. eg    4.555e-4     56.6 < cr >
  11.         23.4            34    < cr >
  12.  
  13. Four numbers per line will not cause a crash but the first three numbers are put into the list and extra numbers are put into the next row and so on. (Thus you could put all the numbers into a single line).
  14. eg 4.555e-4    56.6    5  23.4     34     0    4.3434343     66.78     4e-13     5     6    etc  < cr >   
  15. (This is acceptable, but assumes that each 3rd number is the y error).